Directory directive


Purpose

Directory is a sectioning directive which controls the directory to which access control directives apply.


Scope

This directive applies only to the Global ACF. All directives in the Global ACF must be contained in a Directory section.


Syntax

Opening Directive:

<Directory dir>

dir is the absolute pathname of the directory you are protecting.

Closing directive:

</Directory>


Example

<Directory /u/Web>
Options None
</Directory>
The directives contained within the Directory section above would only apply to the server directory /u/Web.

Return to access configuration overview


Robert B. Denny <rdenny@netcom.com>